home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / catalogg / 32pswo10.zip / _SETUP.1 / WIO32S.EXE / 0 / RCDATA / TUSERDLG / TUSERDLG.txt
Text File  |  1996-10-04  |  2KB  |  143 lines

  1. object UserDlg: TUserDlg
  2.   Left = 43
  3.   Top = 22
  4.   ActiveControl = Name_Ed
  5.   BorderStyle = bsDialog
  6.   Caption = 'User Account'
  7.   ClientHeight = 376
  8.   ClientWidth = 388
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 273
  21.     Height = 361
  22.   end
  23.   object Label1: TLabel
  24.     Left = 16
  25.     Top = 16
  26.     Width = 37
  27.     Height = 13
  28.     Caption = 'Name:'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 16
  32.     Top = 60
  33.     Width = 48
  34.     Height = 13
  35.     Caption = 'User ID:'
  36.   end
  37.   object Label3: TLabel
  38.     Left = 16
  39.     Top = 104
  40.     Width = 59
  41.     Height = 13
  42.     Caption = 'Password:'
  43.   end
  44.   object Label4: TLabel
  45.     Left = 16
  46.     Top = 148
  47.     Width = 87
  48.     Height = 13
  49.     Caption = 'Data Directory:'
  50.   end
  51.   object OKBtn: TBitBtn
  52.     Left = 300
  53.     Top = 8
  54.     Width = 77
  55.     Height = 27
  56.     Caption = '&OK'
  57.     TabOrder = 0
  58.     OnClick = OKBtnClick
  59.     Kind = bkOK
  60.     Margin = 2
  61.     Spacing = -1
  62.     IsControl = True
  63.   end
  64.   object CancelBtn: TBitBtn
  65.     Left = 300
  66.     Top = 40
  67.     Width = 77
  68.     Height = 27
  69.     Caption = '&Cancel'
  70.     TabOrder = 1
  71.     Kind = bkCancel
  72.     Margin = 2
  73.     Spacing = -1
  74.     IsControl = True
  75.   end
  76.   object HelpBtn: TBitBtn
  77.     Left = 300
  78.     Top = 72
  79.     Width = 77
  80.     Height = 27
  81.     TabOrder = 2
  82.     Kind = bkHelp
  83.     Margin = 2
  84.     Spacing = -1
  85.     IsControl = True
  86.   end
  87.   object Name_Ed: TEdit
  88.     Left = 16
  89.     Top = 33
  90.     Width = 257
  91.     Height = 20
  92.     MaxLength = 40
  93.     TabOrder = 3
  94.   end
  95.   object UserID_Ed: TEdit
  96.     Left = 16
  97.     Top = 77
  98.     Width = 129
  99.     Height = 20
  100.     MaxLength = 10
  101.     TabOrder = 4
  102.   end
  103.   object Pass_Ed: TEdit
  104.     Left = 16
  105.     Top = 121
  106.     Width = 129
  107.     Height = 20
  108.     MaxLength = 10
  109.     TabOrder = 5
  110.   end
  111.   object DataDir_Ed: TEdit
  112.     Left = 16
  113.     Top = 165
  114.     Width = 105
  115.     Height = 20
  116.     ReadOnly = True
  117.     TabOrder = 6
  118.   end
  119.   object Access_GB: TRadioGroup
  120.     Left = 16
  121.     Top = 277
  122.     Width = 185
  123.     Height = 76
  124.     Caption = 'Public Files Access Rights'
  125.     Items.Strings = (
  126.       'Read and Write'
  127.       'Read Only'
  128.       'None')
  129.     TabOrder = 7
  130.   end
  131.   object Status_GB: TRadioGroup
  132.     Left = 16
  133.     Top = 200
  134.     Width = 185
  135.     Height = 57
  136.     Caption = 'Current Status'
  137.     Items.Strings = (
  138.       'Active'
  139.       'Not Active')
  140.     TabOrder = 8
  141.   end
  142. end
  143.